.width1200 {
  width: 1200px;
  margin: 0 auto;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #0645ae;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0645ae;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0645ae;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #0645ae;
}
a:hover {
  color: #0645ae;
}
/*更改结束*/
.nav > div {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
}
.nav-list {
  float: left;
}
.nav-list li {
  float: left;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  font-size: 18px;
}
.search {
  float: left;
  width: 300px;
  padding: 15px 20px;
}
.search input,
.search .search-btn {
  height: 30px;
  line-height: 30px;
  float: left;
}
.search .search-btn {
  width: 44px;
  background-color: #ffffff;
}
.search .search-btn:hover {
  background-color: #f5f5f5;
}
.search .search-btn-bg {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: 5px;
  margin-left: 12px;
  float: left;
  background: url("../img/index/icon.png") no-repeat;
  background-position: 0 -400px;
}
.main {
  color: #333333;
}
.box-wrap {
  width: 1200px;
  margin: 0 auto;
}
.main-title {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
}
.mian-title-bg {
  width: 30px;
  height: 30px;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 5px;
  float: left;
  background: url("../img/index/icon.png") no-repeat;
}
.main-title-more {
  float: right;
  color: #666666;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.pro-list {
  background: #ffffff;
}
.pro-list > li {
  width: 214px;
  float: left;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-right: 28px;
}
.pro-list > li:last-of-type {
  margin-right: 0;
}
.pro-list > li .img-wrap {
  width: 160px;
  height: 200px;
  padding: 16px 28px 20px;
  overflow: hidden;
}
.pro-list > li .img-wrap img {
  width: 160px;
  height:200px;
  box-shadow:0 0 10px #666666;
}
.pro-intro {
  padding: 0 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-info {
  padding: 0 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-info .pro-author {
  float: left;
  color: #666666;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-info .pro-price {
  float: right;
  color: #ff6633;
}
.pro-buy,
.pro-car {
  float: left;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ff6633;
  font-size: 12px;
  text-align: center;
}
/* .act .pro-mutual {
  display: block;
}*/
.pro-buy {
  width: 76px;
  background: #ff6633;
  color: #ffffff;
}

.pro-buy:hover {
  color: #ffffff;
}
.pro-car {
  width: 94px;
  color: #ff6633;
  background: #ffffff;
}
.pro-car:hover {
  color: #ff6633;
}
.pro-car .car-icon {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 4px;
  float: left;
  background: url("../img/index/icon.png") no-repeat;
  background-position: 0 -440px;
}
.prevButten,
.nextButten {
  position: absolute;
  width: 50px;
  height: 120px;
}
.prevButten {
  background: url("../img/index/prev.png") no-repeat;
  left: 0;
}
.nextButten {
  background: url("../img/index/next.png") no-repeat;
  right: 0;
}
.news {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
.news .mian-title-bg {
  background-position: 0 0px;
}
.news .ad {
  width: 100%;
  margin: 20px 0;
}
.news-title {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 6px;
  background: #fbfbfb;
  text-align: center;
  margin-top:20px;
}
.news-title h2 {
  font-size: 36px;
    color: #084D6C;
    font-weight: bold;
    /* height: 52px; */
    line-height: 52px;
    /* letter-spacing: 2px; */
    padding: 5px;
}
.news-title p {
  height: 24px;
  line-height: 24px;
}
.news-title p span a {
  color: #333;
}
.news-title p a {
  font-size: 18px;
  margin-left: 30px;
  color:#333333;
}
.news-title p a:hover {
  color: #0645ae;
}

.news-list li {
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list li .dot-black {
  margin: 13px 16px 13px 6px;
  float: left;
  background: #333333;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.news-list li:hover {
  color: #0645ae;
}
.news-type {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #999999;
  margin-bottom:10px;
}
.news-type span {
  float: left;
  padding-right: 26px;
  border-bottom: 1px solid #ff6633;
  font-size: 16px;
}
.news-type a {
  float: right;
  color: #666666;
  font-size: 14px;
  padding-right: 12px;
}
.news-type a:hover {
  color: #0645ae;
}
.news-carousel {
  width: 676px;
  height: 346px;
  float: left;
  background: #f2f2f2;
  overflow:hidden;
}
.news-carousel .news-carousel-list > li p {
  position: absolute;
  height: 30px;
  line-height: 30px;  
  text-indent: 10px;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
}
.news-carousel .news-carousel-list > li a{
	position:absolute;
	width:100%;
	bottom:0;
}
.titleText{
	color:#ffffff;
}
.opa0{
	opacity: .9;
	background-color: #084D6C;
	z-index: 0;
}
.news-carousel .pagination {
  position: absolute;
  bottom: 9px;
  right: 3px;
  z-index: 9;
}
.news-carousel .pagination li {
  margin-right: 6px;
  float: left;
  background: #ffffff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid #006699;
}
.news-carousel .pagination li.act {
  background: none;
  border: 1px solid #ffffff;
}
.news-box {
  width: 476px;
  float: right;
}
.news-one {
  line-height: 30px;
}
.news-one h3 {
  font-size: 16px;
  font-weight: normal;
  padding: 0px 0 12px;
  cursor:pointer;
}
.news-one h3 a {
  color: #333;
}
.news-one h3 a:hover{
	color:#0645ae;
}
.news-one p {
  font-size: 14px;
  color: #666666;
  padding-bottom: 6px;
  border-bottom: 1px dashed #000000;
  cursor:pointer;
  line-height:1.8em;
}
.news-one p a {
  color: #0645ae;
}
.news-one p a:hover{
	color:#0645ae;
}
.news-show{
	background-color: #ffffff;
	padding-bottom:20px;
}
.news-show > li {
  width: 380px;
  float: left;
  padding: 0 10px;
  max-height:242px;
  overflow:hidden;
}
.news-figure {
  font-size: 16px;
}
.news-img-wrap {
  float: left;
  width: 190px;
  overflow: hidden;
  max-height: 100px;
}
.news-img-wrap img {
  width: 100%;
}
.news-img-info {
  width: 180px;
  float: right;
  line-height: 30px;
}
.news-img-text {
  padding: 2px 0 8px;
}
.news-img-text a {
  color: #333;
}
.news-img-time {
  color: #666666;
}
.bookshop {
  background: #f5f5f5;
  padding-bottom: 16px;
}
.bookshop .mian-title-bg {
  background-position: 0 -40px;
}
.bookshop .pro-list-box {
  padding-top: 30px;
  background: #ffffff;
}
/*.bookshop .pro-mutual {
  width: 176px;
  margin: 13px auto 15px;
}*/
.bookshop .pro-list-wrap {
  display: none;
}
.bookshop .pro-list-wrap.act {
  display: block;
}
.bookshop .prevButten,
.bookshop .nextButten {
  top: 94px;
}
.bookshop .pro-list-wrap {
  overflow: hidden;
}
.banner {
  width: 100%;
  margin-bottom: 30px;
}
.book-type {
  line-height: 30px;
  border-bottom: 1px solid #1c6ec0;
  padding: 0 4px;
  margin-top:20px;
}
.book-type li {
  float: left;
  padding: 0 16px;
  color: #666666;
  cursor: pointer;
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-width: 2px;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.book-type li.act {
  background: #ffffff;
  color: #333333;
  border-color: #1c6ec0;
}
.serial {
  width: 1200px;
  margin: 0 auto;
}
.serial .mian-title-bg {
  background-position: 0 -80px;
}
.pro-mutual {
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  z-index: 0;
}
.pro-buy,
.pro-car {
  position: absolute;
  z-index: 2;
  top: 35px;
}
.pro-buy {
  left: 15px;
}
.pro-car {
  left: 103px;
}
.serial .pro-list > li {
  padding-bottom: 12px;
}
.serial .act .pro-mutual {
  display: block;
}
.pro-list-box .pro-list .act .pro-mutual {
  display: block;
}
.serial .prevButten,
.serial .nextButten {
  top: 88px;
}
.serial .pro-list-wrap {
  height: 336px;
  overflow: hidden;
}
.ad-list {
  padding: 20px 0;
  width:1200px;
  margin:0 auto;
}
.ad-list > li {
  float: left;
  height: 80px;
  overflow: hidden;
  width:278px;
  margin-left:11px;
  margin-right:11px;
}
.ad-list li img:last-of-type {
  margin-right: 0;
}
.ad-list > li > img {
  width: 280px;
  height:80px;
}
.media {
  background: #f5f5f5;
}
.media-box .img-wrap {
  width: 437px;
  max-height: 250px;
  margin: 10px 25px 0 30px;
  overflow: hidden;
  float: left;
  position:relative;
}
.media-box .img-wrap  img {
  width: 437px;
  max-height:250px;
}
.media-box .news-list {
  float: left;
  width: 290px;
}
.media-box .news-list .dot-black {
  width: 6px;
  height: 6px;
}
.img-wrap p{
	position: absolute;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    left: 0;
    bottom: 1px;
    width: 100%;
    font-size: 16px;
    text-align:center;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.type-list {
  padding-left: 18px;
  float: left;
}
.type-list > li {
  margin-bottom: 10px;
  border: 3px solid transparent;
  padding-right: 22px;
  margin-right: -3px;
  position: relative;
  z-index: 2;
}
.type-list > li > p {
  height: 30px;
  line-height: 30px;
  width: 148px;
  text-align: center;
  color: #666666;
  border: 1px solid #cccccc;
  font-size: 16px;
}
.type-list li.act {
  border-color: #1c6ec0;
  border-right: none;
  background: #f5f5f5;
}
.type-list li.act > p {
  border: none;
}
.media-main {
  float: left;
  border: 3px solid #1c6ec0;
  width: 1000px;
  height: 270px;
}
.media-main .media-tab {
  display: none;
}
.media-main .media-tab.act {
  display: block;
}
.digital {
  width: 1200px;
  margin: 0 auto;
}
.digital-list {
  color: #0645ae;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  padding: 0 15px 10px;
}
.digital-list > li {
  float: left;
}
.digital-list > li .normal {
  display: block;
}
.digital-list > li .especial {
  display: none;
}
.digital-list li.act .normal {
  display: none;
}
.digital-list li.act .especial {
  display: block;
}
.digital-list .digital-icon {
  width: 90px;
  height: 90px;
  margin: 0 20px;
  overflow: hidden;
}
.digital-list .digital-icon img {
  width: 100%;
}
.service {
  background: #f5f5f5;
  margin-bottom: 20px;
}
.service-main > li {
  width: 384px;
  height: 180px;
  line-height: 28px;
  background: url("../img/index/bg.jpg") no-repeat;
  float: left;
  margin-right: 19px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #666666;
}
.service-main > li:last-of-type {
  margin-right: 0;
}
.service-title {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
}
.service-title span {
  color: #1c6ec0;
  font-size: 16px;
}
.service-title a {
  font-size: 14px;
  color: #666666;
  float: right;
}
.service-title a:hover {
  color: #0645ae;
}
.author {
  padding: 0 16px;
}
.author .tel-wrap {
  line-height: 20px;
  padding: 4px 0;
}
.author .tel {
  display: inline-block;
  width: 110px;
  vertical-align: top;
}
.author .author-bottom {
  padding-top: 4px;
}
.author .author-info {
  float: left;
  width: 194px;
}
.author .author-info > li {
  float: left;
  padding-right: 10px;
}
.author .author-info .bg {
  width: 16px;
  height: 16px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: left;
  background: url("../img/index/icon.png") no-repeat;
  background-position: 0 -240px;
  margin-right: 4px;
}
.author .submission {
  width: 92px;
  height: 46px;
  line-height: 40px;
  float: left;
  background: url("../img/index/inline.png") no-repeat;
  margin-top: 6px;
  color: #ffffff;
  font-size: 16px;
  padding-left: 58px;
}
.publish {
  padding: 0 16px;
}
.publish .select-wrap {
  padding: 4px 6px;
}
.publish .publish-select {
  height: 28px;
  line-height: 28px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  float: left;
  position: relative;
}
.publish .publish-local {
  width: 126px;
  margin-right: 10px;
}
.publish .publish-tel {
  width: 174px;
}
.publish .bg-local {
  width: 12px;
  height: 18px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  float: left;
  background: url("../img/index/icon.png") no-repeat;
  background-position: 0 -320px;
  margin-right: 5px;
}
.publish .bg-select {
  width: 8px;
  height: 4px;
  margin-top: 12px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: right;
  background: url("../img/index/icon.png") no-repeat;
  background-position: 0 -280px;
}
.publish .bg-tel {
  width: 10px;
  height: 16px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  float: left;
  background: url("../img/index/icon.png") no-repeat;
  background-position: 0 -360px;
  margin-right: 5px;
}
.publish .select-option {
  width: 100%;
  position: absolute;
  left: -1px;
  top: -224px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  display: none;
  z-index: 9;
  height:222px;
  background:#ffffff;
}
.publish .select-option li {
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-indent: 8px;
  background: #ffffff;
}
.publish .select-option li:hover,
.publish .select-option li.act {
  background: #e1e1e1;
}
.material {
  padding: 0 16px;
}

.material li a{
	color:#333333;
}

.material li a:hover{
    color: #0645ae;
}

.material > li {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.material > li .bg {
  width: 6px;
  height: 11px;
  margin-top: 8px;
  margin-right: 6px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: left;
  background: url("../img/index/icon.png") no-repeat;
  background-position: 0 -480px;
}
.news-list-img{
	width:200px;
	height:250px;
	padding:10px;
	box-sizing:border-box;
	margin-right:10px;
}
.news-list-img a{
	display:inline-block;
	margin-bottom:10px;
}
.news-list-img a img{
	width:175px;
	height:100px;
}
.news-list-img a span{
	display:inline-block;
    overflow: hidden;
    max-width:175px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:100%;
    text-align:center;
}
.footer {
  background: #0645ae;
}
.footer > div {
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  padding: 6px 0 10px;
}
.footer > div p {
  color: #ffffff;
  line-height: 30px;
}
.footer .friend-link {
  line-height: 24px;
  padding: 14px 0;
  color: #e5e5e5;
}
.footer .divide {
  padding: 0 6px;
}
.footer .foot-select {
  position: relative;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  width: 178px;
  border: 1px solid #e5e5e5;
  text-indent: 12px;
  text-align: left;
}
.footer .foot-select .bg {
  width: 12px;
  height: 6px;
  margin-top: 8px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: right;
  background: url("../img/index/icon.png") no-repeat;
  background-position: 0 -520px;
}
.footer .select-option {
  width: 100%;
  position: absolute;
  left: -1px;
  bottom: 22px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  display: none;
  z-index: 9;
  color: #333333;
}
.footer .select-option li {
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-indent: 8px;
  background: #ffffff;
}
.footer .select-option li:hover,
.footer .select-option li.act {
  background: #e1e1e1;
}
/*# sourceMappingURL=index.css.map */